Install and launch Jupyter as described in the Install tutorial.
Select New , then Python 3
By default, the Jupyter notebook is named Untitled
To rename the notebook, click on the file name.
By default, Jupyter automatically saves notebook changes.
However, it is also useful to manually save the notebook when you reach milestones. For example: question finished, cell finished, assignment finished, etc.
To manually save the notebook, select File .. Save and Checkpoint
When a notebook is created, it is saved to your computer as an IPYNB file (Interactive Python Notebook)
To find out where on your PC a notebook is saved:
pwd (print working directory) then select Run
Open a file explorer window (e.g., Explorer [Windows], Finder [Mac]) and find the folder.
Note that there is a file called Assn01.ipynb ; this is the notebook file.
The tab will close, returning you to the Jupyter Home tab.
Verify that the notebook's icon is gray.
Also verify Last Modified time (i.e., the time when the notebook was last saved).
Note that open notebooks' icons are green.
Also note that Running is displayed when the notebook is open.
Double-click on the HTML file to open it.
Verify that the contents look as expected.
Close all files as described above
From the Jupyter Home screen, select Quit